GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-14T09:10:58.4189734+00:00",
"SubmitDate": "2026-03-14T09:10:58.4189734+00:00",
"ReportPeriodStart": "2026-03-14T09:10:58.4189734+00:00",
"ReportPeriodEnd": "2026-03-14T09:10:58.4189734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "476e071f-9283-4be9-9fa1-0c87a16c2d32",
"Rows": [
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "476e071f-9283-4be9-9fa1-0c87a16c2d32",
"Rows": [
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2f191131-78e0-4e10-967b-334346ceae3a",
"9d2c47aa-f2f4-466b-8ca6-6dbab362fa6b"
],
"Approvers": [
"d7d4a7eb-f7b5-45d5-9725-c0d33253029a",
"3ea6a950-15a1-4c78-819b-384b3d183b35"
],
"ApprovedBy": "616fb1bb-b775-4609-ac18-9b35b55909e5",
"ApprovalDate": "2026-03-14T09:10:58.4189734+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "de9f5adf-aaf5-404f-8530-5bb066335b8a",
"id": "a3d23868-91a6-4703-9107-db2beafe5115",
"ConfigId": "a8150e57-4a93-4925-8b0a-08110365912f"
},
{
"GenerationDate": "2026-03-14T09:10:58.4189734+00:00",
"SubmitDate": "2026-03-14T09:10:58.4189734+00:00",
"ReportPeriodStart": "2026-03-14T09:10:58.4189734+00:00",
"ReportPeriodEnd": "2026-03-14T09:10:58.4189734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "476e071f-9283-4be9-9fa1-0c87a16c2d32",
"Rows": [
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "476e071f-9283-4be9-9fa1-0c87a16c2d32",
"Rows": [
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8f8e28-c7a5-4762-8164-e919da18f159",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2f191131-78e0-4e10-967b-334346ceae3a",
"9d2c47aa-f2f4-466b-8ca6-6dbab362fa6b"
],
"Approvers": [
"d7d4a7eb-f7b5-45d5-9725-c0d33253029a",
"3ea6a950-15a1-4c78-819b-384b3d183b35"
],
"ApprovedBy": "616fb1bb-b775-4609-ac18-9b35b55909e5",
"ApprovalDate": "2026-03-14T09:10:58.4189734+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "de9f5adf-aaf5-404f-8530-5bb066335b8a",
"id": "a3d23868-91a6-4703-9107-db2beafe5115",
"ConfigId": "a8150e57-4a93-4925-8b0a-08110365912f"
}
]